github.com/klauspost/compress/fse.decSymbol.nbBits (field)
5 uses
github.com/klauspost/compress/fse (current package)
decompress.go#L169: nbBits uint8
decompress.go#L244: s.decTable[u].nbBits = nBits
decompress.go#L352: lowBits := d.br.getBits(n.nbBits)
decompress.go#L360: return d.br.finished() && d.dt[d.state].nbBits > 0
decompress.go#L373: lowBits := d.br.getBitsFast(n.nbBits)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |